home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-07 / netusers.zip / PROTO.H < prev    next >
Text File  |  1993-03-03  |  687b  |  39 lines

  1.  
  2. /*
  3.  * GETDATA.C prototypes
  4.  */
  5.  
  6. void getserverinfo ();
  7. void purgelocaluserlist ();
  8.  
  9. /*
  10.  * NETUSERS.C prototypes
  11.  */
  12.  
  13. void main (int argc, char *argv []);
  14. void setup ();
  15. void Usage ();
  16. void copy_userlist_to_startup ();
  17. void copy_userlist_to_update ();
  18.  
  19. /*
  20.  * SHOWDATA.C prototypes
  21.  */
  22.  
  23. void reportinfo ();
  24. void reportuserlist ();
  25. int getextch ();
  26. void highlight ();
  27. void nohighlight ();
  28. void highlight_active_machine ();
  29. int userrequest_since_startup ();
  30. int userrequest_since_update ();
  31. void message (char *messagetext, int eraseflag);
  32.  
  33. /*
  34.  * SORT.C prototypes
  35.  */
  36.  
  37. int comparestring (char *s1, char *s2);
  38. int compareDWORD (DWORD *d1, DWORD *d2);
  39.